home *** CD-ROM | disk | FTP | other *** search
- Short: generates batch files for animation rendering
- Type: gen/pc
- Author: John Hammerton
- Uploader:
-
- +-------------------------------------------------------+
- | John Hammerton CamPATH v1.0 Sept 17, 1991 |
- +-------------------------------------------------------+
-
- ------- CAMPATH1.ZIP contains: -------
- campath.exe - Version 1.0 executable
- campath.bas - QuickBasic 4.5 source
- campath.doc - This document
-
- 1. Description
-
- A. What it does:
-
- CamPATH is a tool for the DKB Raytracer that helps to create animations.
- (I wrote it for DKB, but it should work just fine for PV-Ray as well.)
- What it actually generates is a user defined path for the camera to follow
- from frame to frame, giving the effect of 'flying' around your scene. It
- does this by creating a batch file that runs DKB once for each frame of
- animation and alters your camera's LOCATION statement each time. With
- version 1.0, you can chose from camera paths like a simple circle or
- ellipse, or the more complex lemniscate or limacon. You will be asked for
- shape, size and location of the camera path and the number of frames of
- animation that you desire. CamPATH will give you an instant preview of
- the path, showing the location of the camera for each frame as a point
- on a grid so you can visualize how to build your scene, or how to make
- the path fit into a scene that you've already done. (More on this later)
-
- B. What it doesn't:
-
- CamPATH v1.0 does not create data files and does not attempt to
- show a 'preview' of what the animation will look like from the camera's
- point of view. It does not require that you even HAVE a scene yet -
- it ONLY creates a batch file to render a series of frames where the
- camera moves in a smooth, user-defined path. This program does NOT convert
- the resulting Targa files into animation format, nor attempt to play the
- animation. Use your favorite post-processing Targa Animator and Player
- for this purpose.
-
- C. What you need:
-
- Since the program doesn't write DKB script, it will work for any version
- of DKBTrace. (And since the DECLARE's haven't changed in PV-Ray, it should
- work on that as well. Be forewarned - the SAVE defaults are set to DKB-like
- terms, however.) It requires basic 640x480x16 VGA (mode 12) and doesn't do
- anything tricky with interrupts or registers, so it should work with any
- version of DOS and machine.
-
- Includes Basic source.
-
-